OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gap_cb
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluedroid/stack/gap/
gap_conn.c
57
gap_cb
.conn.reg_info.pAMP_ConnectInd_Cb = gap_connect_ind;
58
gap_cb
.conn.reg_info.pAMP_ConnectCfm_Cb = gap_connect_cfm;
59
gap_cb
.conn.reg_info.pAMP_ConnectPnd_Cb = NULL;
60
gap_cb
.conn.reg_info.pAMP_ConfigInd_Cb = gap_config_ind;
61
gap_cb
.conn.reg_info.pAMP_ConfigCfm_Cb = gap_config_cfm;
62
gap_cb
.conn.reg_info.pAMP_DisconnectInd_Cb = gap_disconnect_ind;
63
gap_cb
.conn.reg_info.pAMP_DisconnectCfm_Cb = NULL;
64
gap_cb
.conn.reg_info.pAMP_QoSViolationInd_Cb = NULL;
65
gap_cb
.conn.reg_info.pAMP_DataInd_Cb = gap_data_ind;
66
gap_cb
.conn.reg_info.pAMP_CongestionStatus_Cb = gap_congestion_ind
[
all
...]
gap_api.c
176
if (
gap_cb
.findaddr_cb.in_use == FALSE)
178
gap_cb
.findaddr_cb.p_cback = p_addr_cb;
179
gap_cb
.findaddr_cb.p_cur_inq = (tBTM_INQ_INFO *) NULL; /* Reset to the beginning of the database */
180
BCM_STRNCPY_S ((char *)
gap_cb
.findaddr_cb.results.devname, sizeof(
gap_cb
.findaddr_cb.results.devname), (char *)devname, BTM_MAX_REM_BD_NAME_LEN);
183
gap_cb
.findaddr_cb.results.devname[BTM_MAX_REM_BD_NAME_LEN] = 0;
187
gap_cb
.findaddr_cb.in_use = TRUE;
191
gap_cb
.findaddr_cb.in_use = TRUE;
412
(tBTM_CMPL_CB *)
gap_cb
.btm_cback[p_cb->index]);
518
tGAP_INFO *p_cb = &
gap_cb
.blk[0]
[
all
...]
gap_ble.c
88
for (i_clcb = 0, p_clcb=
gap_cb
.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
113
for (i_clcb = 0, p_clcb=
gap_cb
.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
138
for (i_clcb = 0, p_clcb=
gap_cb
.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
166
for (i_clcb = 0, p_clcb=
gap_cb
.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
202
for (i = 0, p_clcb =
gap_cb
.clcb; i < GAP_MAX_CL; i++, p_clcb++)
280
tGAP_ATTR *p_db_attr =
gap_cb
.gatt_attr;
362
if (memcmp(
gap_cb
.reconn_bda, dummy_bda, BD_ADDR_LEN) != 0)
364
memcpy(reconn_bda,
gap_cb
.reconn_bda, BD_ADDR_LEN);
382
tGAP_ATTR *p_db_attr =
gap_cb
.gatt_attr;
402
memcpy(&
gap_cb
.reconn_bda, p_db_attr->attr_value.reconn_bda, BD_ADDR_LEN)
[
all
...]
gap_utils.c
27
tGAP_CB
gap_cb
;
variable
45
if (index < GAP_MAX_BLOCKS &&
gap_cb
.blk[index].in_use)
47
p_cb = &
gap_cb
.blk[index];
129
for (index = 0, p_cb = &
gap_cb
.blk[0]; index < GAP_MAX_BLOCKS; index++, p_cb++)
161
tGAP_FINDADDR_CB *p_cb = &
gap_cb
.findaddr_cb;
227
tGAP_FINDADDR_CB *p_cb = &
gap_cb
.findaddr_cb;
325
tGAP_INFO *p_cb = &
gap_cb
.blk[0];
379
tGAP_INFO *p_cb = &
gap_cb
.blk[0];
gap_int.h
190
GAP_API extern tGAP_CB
gap_cb
;
193
#define
gap_cb
(*gap_cb_ptr)
macro
/external/bluetooth/bluedroid/include/
bt_trace.h
[
all
...]
/external/libnfc-nci/src/include/
bt_trace.h
[
all
...]
Completed in 319 milliseconds