Searched defs:p_property (Results 1 - 1 of 1) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
H A D | bta_gattc_api.c | 280 ** p_property: output parameter to carry the characteristic property. 288 tBTA_GATT_CHAR_PROP *p_property) 296 p_char_uuid_cond, &p_char_result->char_id, (void *)p_property)) 319 ** p_property: output parameter to carry the characteristic property. 328 tBTA_GATT_CHAR_PROP *p_property) 340 (void *) p_property)) 285 BTA_GATTC_GetFirstChar(UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id, tBT_UUID *p_char_uuid_cond, tBTA_GATTC_CHAR_ID *p_char_result, tBTA_GATT_CHAR_PROP *p_property) argument 324 BTA_GATTC_GetNextChar(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_start_char_id, tBT_UUID *p_char_uuid_cond, tBTA_GATTC_CHAR_ID *p_char_result, tBTA_GATT_CHAR_PROP *p_property) argument
|
Completed in 58 milliseconds