Searched refs:p_cb_info (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/test/common/ |
D | mock_l2cap_layer.cc | 27 uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info, in L2CA_Register() argument 29 VLOG(1) << __func__ << ": psm=" << psm << ", p_cb_info=" << p_cb_info in L2CA_Register() 31 return l2cap_interface->Register(psm, p_cb_info, enable_snoop); in L2CA_Register()
|
D | mock_l2cap_layer.h | 29 virtual uint16_t Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info, 45 MOCK_METHOD3(Register, uint16_t(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info,
|
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 61 uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info, in L2CA_Register() argument 73 if ((!p_cb_info->pL2CA_ConfigCfm_Cb) || (!p_cb_info->pL2CA_ConfigInd_Cb) || in L2CA_Register() 74 (!p_cb_info->pL2CA_DataInd_Cb) || (!p_cb_info->pL2CA_DisconnectInd_Cb)) { in L2CA_Register() 87 if ((psm >= 0x1001) && (p_cb_info->pL2CA_ConnectInd_Cb == NULL)) { in L2CA_Register() 109 p_rcb->api = *p_cb_info; in L2CA_Register() 402 uint16_t L2CA_RegisterLECoc(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info) { in L2CA_RegisterLECoc() argument 410 if ((!p_cb_info->pL2CA_DataInd_Cb) || (!p_cb_info->pL2CA_DisconnectInd_Cb)) { in L2CA_RegisterLECoc() 427 (p_cb_info->pL2CA_ConnectInd_Cb == NULL)) { in L2CA_RegisterLECoc() 450 p_rcb->api = *p_cb_info; in L2CA_RegisterLECoc()
|
/system/bt/stack/include/ |
D | l2c_api.h | 365 extern uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info, 474 extern uint16_t L2CA_RegisterLECoc(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info); 969 extern bool L2CA_UcdRegister(uint16_t psm, tL2CAP_UCD_CB_INFO* p_cb_info);
|
D | gatt_api.h | 682 extern bool GATTS_NVRegister(tGATT_APPL_INFO* p_cb_info); 931 tGATT_CBACK* p_cb_info);
|
D | btm_api.h | 1221 extern bool BTM_SecRegister(const tBTM_APPL_INFO* p_cb_info);
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 89 bool GATTS_NVRegister(tGATT_APPL_INFO* p_cb_info) { in GATTS_NVRegister() argument 91 if (p_cb_info) { in GATTS_NVRegister() 92 gatt_cb.cb_info = *p_cb_info; in GATTS_NVRegister() 941 tGATT_IF GATT_Register(const Uuid& app_uuid128, tGATT_CBACK* p_cb_info) { in GATT_Register() argument 963 p_reg->app_cb = *p_cb_info; in GATT_Register()
|
/system/bt/stack/btm/ |
D | btm_sec.cc | 235 bool BTM_SecRegister(const tBTM_APPL_INFO* p_cb_info) { in BTM_SecRegister() argument 240 p_cb_info->p_le_callback); in BTM_SecRegister() 241 if (p_cb_info->p_le_callback) { in BTM_SecRegister() 253 btm_cb.api = *p_cb_info; in BTM_SecRegister()
|