OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i_rcb
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c
401
UINT8 *p = p_data,
i_rcb
;
local
431
if ((
i_rcb
= gatt_sr_find_i_rcb_by_handle(handle)) < GATT_MAX_SR_PROFILES)
436
if ((err = gatts_read_attr_perm_check( gatt_cb.sr_reg[
i_rcb
].p_db,
477
i_rcb
= gatt_sr_find_i_rcb_by_handle(handle);
481
gatt_cb.sr_reg[
i_rcb
].p_db,
494
gatt_sr_process_app_rsp(p_tcb, gatt_cb.sr_reg[
i_rcb
].gatt_if ,trans_id, op_code, GATT_SUCCESS, p_msg);
[
all
...]
gatt_utils.c
1203
UINT8
i_rcb
= 0;
local
1228
UINT8
i_rcb
= 0;
local
[
all
...]
gatt_db.c
1088
UINT8
i_rcb
;
local
[
all
...]
Completed in 545 milliseconds