Lines Matching defs:operator

64   bool operator()(const RawAddress& rem_bda, uint16_t min_int, uint16_t max_int,  in operator()  function
78 bool operator()(const RawAddress& rem_bda, bool enable) { in operator() function
89 hci_role_t operator()(const RawAddress& bd_addr) { return body(bd_addr); }; in operator() function
97 void operator()(const RawAddress& bda) { body(bda); }; in operator() function
111 bool operator()(uint16_t handle, uint8_t role, const RawAddress& bda, in operator() function
130 bool operator()(uint16_t handle, uint8_t role, in operator() function
147 void operator()(uint16_t handle, uint8_t status, uint16_t interval, in operator() function
159 void operator()(tL2C_LCB* p_lcb, uint8_t* p, uint16_t pkt_len) { in operator() function
170 bool operator()(tL2C_LCB* p_lcb) { return body(p_lcb); }; in operator() function
179 void operator()(uint16_t num_lm_ble_bufs) { body(num_lm_ble_bufs); }; in operator() function
187 void operator()(void) { body(); }; in operator() function
198 void operator()(uint16_t handle, uint16_t int_min, uint16_t int_max, in operator() function
210 void operator()(tL2C_LCB* p_lcb) { body(p_lcb); }; in operator() function
220 void operator()(uint16_t handle, uint16_t tx_data_len, uint16_t rx_data_len) { in operator() function
231 void operator()(tL2C_CCB* p_ccb) { body(p_ccb); }; in operator() function
240 void operator()(tL2C_CCB* p_ccb, uint16_t result) { body(p_ccb, result); }; in operator() function
249 void operator()(tL2C_CCB* p_ccb, uint16_t credit_value) { in operator() function
259 void operator()(tL2C_CCB* p_ccb) { body(p_ccb); }; in operator() function
270 void operator()(const RawAddress* bda, tBT_TRANSPORT transport, in operator() function
286 tL2CAP_LE_RESULT_CODE operator()(const RawAddress& bd_addr, uint16_t psm, in operator() function
302 void operator()(uint16_t* min_interval, uint16_t* max_interval, in operator() function
313 void operator()(const RawAddress& bda) { body(bda); }; in operator() function